projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9384219
)
* lisp/simple.el (kill-whole-line): Doc tweak.
author
Glenn Morris
<rgm@gnu.org>
Mon, 2 Jul 2012 22:42:45 +0000
(18:42 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 2 Jul 2012 22:42:45 +0000
(18:42 -0400)
lisp/ChangeLog
patch
|
blob
|
history
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 74914cd973c1889767e53ec2a4f8983a0e3cd48b..e5f4bb8f770fa0f8fbb7d6114ab081be0f48f062 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2012-07-02 Glenn Morris <rgm@gnu.org>
+
+ * simple.el (kill-whole-line): Doc tweak.
+
2012-07-01 Eli Zaretskii <eliz@gnu.org>
* files.el (file-relative-name): Compare file names
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 4187e296439e130c9c6801cff35635e8b6f38bbb..c83fe18c9c9692ab1f8a14c2af931778659fc433 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-3500,7
+3500,7
@@
Goes backward if ARG is negative; error if CHAR not found."
;; kill-line and its subroutines.
(defcustom kill-whole-line nil
- "If non-nil, `kill-line' with no arg at
beg
of line kills the whole line."
+ "If non-nil, `kill-line' with no arg at
start
of line kills the whole line."
:type 'boolean
:group 'killing)